home *** CD-ROM | disk | FTP | other *** search
/ Palm Utilities / Palm_Utilities_CD-ROM_2001_2001.iso / files / internet misc / XML PalmPilot applications 1.0 / XTPP-latest.exe / Pilot / city.bat next >
Encoding:
DOS Batch File  |  1999-11-22  |  221 b   |  18 lines

  1. @echo off
  2. rem Batch file for running city.xst
  3. set city=
  4.  
  5. if '%1' == '' goto do
  6. if '%1' == '-h' goto usage
  7. set city=%1
  8. goto do
  9.  
  10. :usage
  11. echo Usage: city [city]
  12. goto exit
  13.  
  14. :do
  15. ..\apps\xtract city.xst
  16.  
  17. :exit
  18.